home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / gucrtr13.lha / GUICreator1.3 / GUIC.lha / GUICreator / Demos / ManageCDPics_temp.c < prev    next >
C/C++ Source or Header  |  1995-08-22  |  2KB  |  69 lines

  1. #include <exec/types.h>
  2. #include <graphics/gfxbase.h>
  3. #include <intuition/gadgetclass.h>
  4.  
  5. #include <clib/alib_protos.h>
  6. #include <clib/exec_protos.h>
  7. #include <clib/intuition_protos.h>
  8. #include <clib/gadtools_protos.h>
  9. #include <clib/graphics_protos.h>
  10. #include <clib/dos_protos.h>
  11.  
  12. #include "ManageCDPics.h"
  13.  
  14.  
  15. /* Functions for ManageCDPicsWindow */
  16.  
  17. /// UserSetupManageCDPicsWindow()
  18. void UserSetupManageCDPicsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  19. {
  20. }
  21. ///
  22.  
  23.  
  24. /// CDClicked()
  25. void CDClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  26. {
  27. }
  28. ///
  29. /// CategoryClicked()
  30. void CategoryClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  31. {
  32. }
  33. ///
  34. /// PictureClicked()
  35. void PictureClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  36. {
  37. }
  38. ///
  39. /// TextClicked()
  40. void TextClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  41. {
  42. }
  43. ///
  44. /// StringClicked()
  45. void StringClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  46. {
  47. }
  48. ///
  49. /// ToShowClicked()
  50. void ToShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  51. {
  52. }
  53. ///
  54. /// SavePrefsClicked()
  55. void SavePrefsClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  56. {
  57. }
  58. ///
  59. /// SlideshowClicked()
  60. void SlideshowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  61. {
  62. }
  63. ///
  64. /// ShowClicked()
  65. void ShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  66. {
  67. }
  68. ///
  69.